home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
cextremes.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
583b
|
22 lines
.TH CEXTREMES
6 "IRIT Version 6.0"
.SH NAME
CEXTREMES
ListType CEXTREMES( CurveType Crv, NumericType Epsilon, NumericType Axis )
Computes the extreme set of the given Crv in the given axis (1 for X,
2 for Y, 3 for Z). Since this computation is numeric, an Epsilon is
also required to specify the desired tolerance. It returns a list of
all the parameter values (NumericType) in which the curve takes an extreme
value.
Example:
extremes = CEXTREMES( Crv, 0.0001, 1 );
Computes the extreme set of curve crv, in the X axis, with
error tolerance of 0.0001. See also CZERO.